@charset "utf-8";
/* 头部导航栏 */
.nav {
    width: 100%;
    height: 40px;
    background-image: url("../../base/img/icon/nav_bg.png");
}
.nav-navbar {
    height: 40px;
}
.nav-navbar > ul > li {
    float: left;
    width: 121px;
    height: 40px;
    text-align: center;
    font-size: 1.33em;
    line-height: 40px;
    position: relative;
}
.nav-navbar > ul > li:hover {
    background-image: url("../../base/img/icon/navbar_hover.png");
}
.nav-navbar > ul > li > a {
    color: #fff;
    background: no-repeat 0 3px;
    display: inline-block;
    height: 40px;
    width: 108px;
    text-decoration: none;
}
.nav-navbar > ul > li > i {
    width: 1px;
    height: 21px;
    background-image: url("../../base/img/icon/split_line.png");
    float: right;
    margin-top: 0.7em;
}
.nav-navbar > ul > li > a.select {
    background-image: url("../../base/img/icon/navbar_select.png");
    color: #3d67ad;
}
.nav_second {
    width: 100%;
    height: 40px;
    background: #F9FBFC;
}
.nav-navbar > ul > li > .second {
    position: absolute;
    top: 40px;
    left: 0;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
    text-align: left;
    width: 600px;
    display: none;
}
.nav-navbar > ul > li > .second.on {
    display: block;
}
.nav-navbar > ul > li > .second > a {
    font-size: 14px;
    color: #666666;
    margin-right: 50px;
}
.nav-navbar > ul > li > .second > a.on {
    color: #3D67AD;
}
.total span, .total a {
    display: block;
    line-height: 20px;
}
.total span {
    font-size: 1.53em;
}
.release1 {
    height: 35px;
    margin-left: 10px;
    margin-top: 36px;
}
.senior {
    width: 60px;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
.total-content > a:hover {
    color: #FF6600;
    text-decoration: underline;
}
/* 友情链接 */
.friendship {
    width: 1164px;
    border: 1px solid #cccccc;
    padding: 10px 20px 10px 24px;
    margin-bottom: 10px;
    font-size: 12px;
}
.friendship ul.friendship-list {
    float: left;
    word-break: break-all;
    width: 1164px;
}
.friendship ul.friendship-list li {
    float: left;
    line-height: 26px;
}
.friendship .friendship-list span {
    font-size: 14px;
    font-weight: bold;
    color: #3d67ad;
    line-height: 24px;
}
.friendship .friendship-list a {
    padding: 0 10px;
    margin-top: 4px;
    border-right: 1px solid #EFEFEF;
    color: #666666;
    float: left;
    display: inline-block;
    white-space: nowrap;
}
.friendship .friendship-list a:hover {
    color: #c6000b;
}
.friendship ul.friendship-list li {
    float: left;
    display: inline;
    word-break: break-all;
}
.friendship ul.eee li.wyhz {
    float: right;
    border: 1px solid #FF6600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}
.friendship ul.eee li.wyhz:hover {
    background: #FF6600;
}
.friendship ul.eee li.wyhz:hover a {
    color: #fff;
}
.friendship ul.eee li.all {
    float: right;
    border: 1px solid #3d67ad;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0 10px;
}
.friendship ul.eee li.all:hover {
    background: #3d67ad;
}
.friendship ul.eee li.all:hover a {
    color: #fff;
}
.friendship ul.eee li.wyhz a {
    color: #FF6600;
}
.friendship ul.eee li.wyhz > i {
    font-size: 1.33em;
    padding-left: 5px;
    vertical-align: bottom;
}
.friendship ul.eee li.all a {
    color: #3d67ad;
}
.friendship ul.eee {
    float: right;
}
.friendship ul.eee li {
    float: left;
}
.friendship_tit {
    width: 88px;
    display: inline-block;
    float: left;
}

/* 登录后头部 */
.userbox_outer {
    float: left;
}
.topmenu_v2 .userbox {
    margin-right: 25px;
    float: left;
    position: relative;
    overflow: visible!important;
}
.topmenu_v2 .userbox .userlogin {
    padding-left: 10px;
    margin-right: 10px;
    height: 31px;
    position: relative;
    z-index: 3;
    overflow: visible!important;
    box-sizing: content-box!important;
}
.topmenu_v2 .userbox.vip .userlogin label {
    color: #AB7B64;
    font-weight: bold;
}
.user_info.vip_info {
    overflow: visible!important;
    border: solid 1px #E8C9B5;
    /*border-top:none;*/
}

.user_info {
    display: none;
    background: #fff;
    position: absolute;
    top: 30px;
    z-index: 2;
    border: solid 1px #ccc;
    /*width: 276px;*/
    height: auto/*93px*/;
    padding: 14px 22px 12px 18px;
    overflow: visible!important;
    box-sizing: content-box;
}
.user_info a{
    text-decoration: none!important;
}

.user_info h1 {
    line-height:inherit!important;
    padding-bottom: 0!important;
}

.user_info h1 b {
    font-size: 14px;
    font-weight: bold;
    color: #525266;
}

.user_info h1 label {
    color: #525266 !important;
    font-size: 14px;
    font-weight:normal!important;
}

.user_info h1 span {
    display: inline-block;
    font-size: 12px;
    color: #704D3C;
    text-align: center;
    font-weight: normal;
}

.user_info h1.be_member span {
    background-image: url("../../base/img/member.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    text-align: center;
    margin-left: 20px;
}

.user_info h1 a.logout {
    margin-top: 5px;
    margin-left: 10px;
}

.user_info h1.upgrade {
    color: #93624A;
}

.user_info h1.upgrade b {
    color: #93624A;
}

.user_info h1.upgrade img {
    margin-right: 5px;
    vertical-align: middle;
}

.user_info h1.upgrade label {
    font-size: 12px;
    color: #dfceb7 !important;
    margin-left: 10px;
}

.user_info .stars span {
    display: inline-block;
    background-image: url("../../base/img/upgrade.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    text-align: center;
    margin-left: 15px;
}

.user_info .stars span a {
    margin: 0;
    color: #704D3C;
}

.stars a.gold {
    color: #704D3C !important;
    margin-left: 10px !important;
}

.user_info h1 span a {
    float: none;
}

.user_info h1 a {
    float: right;
    color: #666666;
    font-size: 12px;
    font-weight: normal;
}

.user_info .stars {
    margin-top: 8px;
}
.user_info .stars i{
    margin-right: -4px;
}
.user_info .stars .img_1 {
    vertical-align: sub;
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url("../../base/img/icon/icon.png");
    background-repeat: no-repeat;
}

.user_info .stars .img_2 {
    vertical-align: sub;
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url("../../base/img/icon/icon.png");
    background-repeat: no-repeat;
    background-position: -15px 0;
}

.user_info .stars a {
    color: #CFA972;
    margin-left: 15px;
}

.user_info .other {
    margin-top: 4px;
}

.user_info .other i {
    display: inline-block;
    height: 10px;
    width: 1px;
    margin: 0 28px;
    background-color: #c1ccd3;
}

.user_info .other a {
    color: #333;
    cursor: pointer;
}
.w-box{
    width: 1200px;
    margin: 0 auto;
}
.w-safetyBox{
    font-size: 14px!important;
    margin:70px auto 0 343px;
}
.w-term{
    margin-bottom: 20px;
    margin-left: 70px;
    height:42px;
}
.w-term > label{
    display: inline-block;
    width: 90px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px!important;
    color: #333;
    float: left;
    line-height: 42px;
}
.w-termInput > input[type="text"]{
    height: 40px;
    height: 42px\9;
    line-height: 40px;
    line-height: 42px\9;
    border:solid 1px #ccc;
    margin-right: 6px;
    padding: 0 10px;
    outline: none;
    float: left;
}
.w-termInput > input[type="button"]{
    height: 40px;
    height: 42px\9;
    line-height: 40px;
    line-height: 42px\9;
    border:solid 1px #ccc;
    margin-right: 6px;
    outline: none;
    float: left;
}
.w-stBtn{
    width: 120px;
    background: #3b67ae;
    color: #FFFFFF;
}
.w-topNotice{
    height: 80px;
    background: #f5f7f9;
    line-height: 80px;
    text-align: center;
    margin-top: -41px;
    /*margin-top: 14px;*/
    border-top: solid 1px #ccc;
    font-size: 14px;
    color: #666;
    margin-top: -41px;
}
.topr{
    float: right;
    margin-top: 36px;
}
.top-tel {
    color: #666666;
    font-size: 16px;
}
.top-tel span {
    font-size: 18px;
    color: #c6000b;
    font-family: arial;
    font-weight: bold;
}
.top-nav {
    float: right;
    margin-top: 10px;
}
.top-nav li {
    float: left;
    padding-left: 10px;
    line-height: 1.7;
}

.top-nav a, .top-nav span {
    font-size: 14px;
    color: #3d67ad;
}